.bx-next {
	position:absolute;
	z-index:999;
	width: 30px;
	margin-top:5px;
	margin-left:35px;
	height: 30px;
	text-indent: -999999px;
	background:url(/Portals/_default/images/right.png) no-repeat 0 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
	z-index:999;
	margin-top:5px;
	margin-left:10px;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background:url(/Portals/_default/images/left.png) no-repeat 0 0;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}
.demo-wrap{
	position:absolute;
	margin:0px;
	width:238px;
}
.demo-wrap ul{
	list-style:none;
	clear:both;
	margin:0px auto;
}
.demo-wrap ul li{
	margin:0px !important;
	padding:43px 0 0 0 !important;
	width:270px;
		
}
.demo-wrap ul li a{
	color:#4c4c4c;	
	text-decoration:none;
}
.demo-wrap ul li span{
	color:#7f7f7f;	
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  bottom:0px;
  right: 12px;
  width: auto;
  height: 10px;
  font-size: 25px;
  font-weight: bold;
  font-family: 'proxima_nova_rgregular';
  margin-bottom:8px;
  color:#b3b3b3;

}

.carousel-control.right {
	position:absolute;
  left: 50%;
  color:#4ed0f6;
  background:url(/Portals/_default/images/right.png) right top no-repeat;
  width:17px;
  height:15px;
  margin-left:3%;
    top:98% !important;
}
.carousel-control.left {
	position:absolute;
  left: 50%;
  color:#4ed0f6;
  background:url(/Portals/_default/images/left.png) right top no-repeat;
  width:17px;
  height:15px;
  margin-left:-5%;
  top:98% !important;
}

.carousel-control:hover {
	text-decoration:none;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}
.span4 {
	float:left;
  width: 21%;
}
